home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / windows / mspy3210.zip / MEMSPY32.EXE / 0 / RCDATA / TABOUTBOX / TABOUTBOX.txt < prev   
Text File  |  1996-09-01  |  4KB  |  175 lines

  1. object AboutBox: TAboutBox
  2.   Left = 162
  3.   Top = 59
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 337
  8.   ClientWidth = 298
  9.   Color = clSilver
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Panel1: TPanel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 281
  21.     Height = 289
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object ProgramIcon: TImage
  26.       Left = 21
  27.       Top = 23
  28.       Width = 33
  29.       Height = 35
  30.       Picture.Data = {<image000.ico>}
  31.       Stretch = True
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 93
  36.       Top = 34
  37.       Width = 110
  38.       Height = 54
  39.       Alignment = taCenter
  40.       AutoSize = False
  41.       Caption = 'MemorySpy32:  stay-on-top memory gauge'
  42.       Font.Color = clWhite
  43.       Font.Height = -15
  44.       Font.Name = 'Arial'
  45.       Font.Style = [fsBold]
  46.       ParentFont = False
  47.       WordWrap = True
  48.       IsControl = True
  49.     end
  50.     object Version: TLabel
  51.       Left = 92
  52.       Top = 123
  53.       Width = 107
  54.       Height = 14
  55.       Caption = 'Level 2, Version 1.0'
  56.       Font.Color = clMaroon
  57.       Font.Height = -11
  58.       Font.Name = 'Arial'
  59.       Font.Style = [fsBold]
  60.       ParentFont = False
  61.       IsControl = True
  62.     end
  63.     object Copyright: TLabel
  64.       Left = 60
  65.       Top = 157
  66.       Width = 181
  67.       Height = 14
  68.       Caption = '∩┐╜ Copyright 1996 RCCO Research'
  69.       Font.Color = clGray
  70.       Font.Height = -11
  71.       Font.Name = 'Arial'
  72.       Font.Style = [fsBold]
  73.       ParentFont = False
  74.       IsControl = True
  75.     end
  76.     object Label1: TLabel
  77.       Left = 92
  78.       Top = 98
  79.       Width = 110
  80.       Height = 15
  81.       Alignment = taCenter
  82.       AutoSize = False
  83.       Caption = 'for 32-bit Windows '
  84.       Font.Color = clWhite
  85.       Font.Height = -12
  86.       Font.Name = 'Arial'
  87.       Font.Style = [fsBold, fsItalic]
  88.       ParentFont = False
  89.     end
  90.     object Label2: TLabel
  91.       Left = 50
  92.       Top = 171
  93.       Width = 205
  94.       Height = 27
  95.       Alignment = taCenter
  96.       Caption = 'All Rights Reserved under International Conventions'
  97.       Font.Color = clGray
  98.       Font.Height = -11
  99.       Font.Name = 'Arial'
  100.       Font.Style = [fsBold]
  101.       ParentFont = False
  102.     end
  103.     object Label3: TLabel
  104.       Left = 36
  105.       Top = 262
  106.       Width = 221
  107.       Height = 14
  108.       Alignment = taCenter
  109.       Caption = 'P. O. Box 196 / Gatlinburg, TN 37738  (U.S.A.)'
  110.       Font.Color = clMaroon
  111.       Font.Height = -11
  112.       Font.Name = 'Arial'
  113.       Font.Style = []
  114.       ParentFont = False
  115.     end
  116.     object Label4: TLabel
  117.       Left = 82
  118.       Top = 234
  119.       Width = 137
  120.       Height = 14
  121.       Caption = 'RCCO Research Associates'
  122.       Font.Color = clMaroon
  123.       Font.Height = -11
  124.       Font.Name = 'Arial'
  125.       Font.Style = []
  126.       ParentFont = False
  127.     end
  128.     object URLabel: TLabel
  129.       Left = 102
  130.       Top = 212
  131.       Width = 96
  132.       Height = 14
  133.       Alignment = taCenter
  134.       Caption = ' Unregistered Copy '
  135.       Color = clWhite
  136.       Font.Color = clBlue
  137.       Font.Height = -11
  138.       Font.Name = 'Arial'
  139.       Font.Style = []
  140.       ParentColor = False
  141.       ParentFont = False
  142.       Visible = False
  143.     end
  144.     object Label5: TLabel
  145.       Left = 98
  146.       Top = 248
  147.       Width = 103
  148.       Height = 14
  149.       Caption = 'RCCO Research Park'
  150.       Font.Color = clMaroon
  151.       Font.Height = -11
  152.       Font.Name = 'Arial'
  153.       Font.Style = []
  154.       ParentFont = False
  155.     end
  156.   end
  157.   object OKButton: TBitBtn
  158.     Left = 227
  159.     Top = 304
  160.     Width = 61
  161.     Height = 25
  162.     Font.Color = clBlack
  163.     Font.Height = -11
  164.     Font.Name = 'Arial'
  165.     Font.Style = []
  166.     ParentFont = False
  167.     TabOrder = 1
  168.     Kind = bkOK
  169.     Margin = 2
  170.     Style = bsNew
  171.     Spacing = -1
  172.     IsControl = True
  173.   end
  174. end
  175.